Keysight VISA.NET Help
BeginWrite(Byte[],Object) Method



The bytes to be written to the device.
Information about the state of this particular asynchronous operation that is attached to the Async Results.
Write the buffer to the device asynchronously.
Syntax
'Declaration
 
Overloads Function BeginWrite( _
   ByVal buffer() As Byte, _
   ByVal state As Object _
) As IVisaAsyncResult
'Usage
 
Dim instance As IMessageBasedRawIO
Dim buffer() As Byte
Dim state As Object
Dim value As IVisaAsyncResult
 
value = instance.BeginWrite(buffer, state)

Parameters

buffer
The bytes to be written to the device.
state
Information about the state of this particular asynchronous operation that is attached to the Async Results.

Return Value

Information about the progress and results of the asynchronous operation that is specific to, and identifies, that particular operation.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025